From fe9c1741acd4043bf401a265d04a2dc301d1ed2d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 27 Apr 2001 13:35:24 +0000 Subject: [PATCH] (print_help): Enclose the regexp in the help text example in quotes. --- lib-src/etags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-src/etags.c b/lib-src/etags.c index 69810b50193..cf22f3ffc9d 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -712,7 +712,7 @@ Relative ones are stored relative to the output file's directory."); REGEXP is anchored (as if preceded by ^).\n\ The form /REGEXP/NAME/ creates a named tag.\n\ For example Tcl named tags can be created with:\n\ - --regex=/proc[ \\t]+\\([^ \\t]+\\)/\\1/."); + --regex=\"/proc[ \\t]+\\([^ \\t]+\\)/\\1/.\""); puts ("-c /REGEXP/, --ignore-case-regex=/REGEXP/ or --ignore-case-regex=@regexfile\n\ Like -r, --regex but ignore case when matching expressions."); puts ("-R, --no-regex\n\ -- 2.30.2